<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner {
    height: 310px;
    background: url(../Images/banner-cnt.png) no-repeat center center;
}

.container .side {
    width: 205px;
    float: left;
    border: solid 1px #ccc;
    background-color: #ececec;
}

.side dl {
    width: 100%;
}

    .side dl dt {
        height: 35px;
        line-height: 35px;
        text-align: center;
        font-size: 20px;
        font-family: "黑体";
        color: #fff;
        background-color: #017acb;
        margin: 1px;
    }

.side p {
    margin: 5px;
    padding: 5px 0px;
    border-bottom: dotted 2px #d4e1e9;
    overflow: hidden;
    white-space: nowrap;
}

    .side p a {
        display: inline-block;
        padding-left: 10px;
        margin-left: 30px;
        font-family: "黑体";
        font-size: 15px;
        background: url(../Images/side-list.png) no-repeat left center;
    }


.container .crumb {
    width: 810px;
    float: right;
    background-color: #f5f5f5;
}

    .container .crumb .content {
        padding: 10px;
    }

    .container .crumb #position {
        float: right;
        margin-right: 20px;
        font-size: 12px;
        color: #02416b;
    }

.content .item-block {
    width: 100%;
    height: 100px;
    padding: 10px 0px;
    border-bottom: dotted 2px #ccc;
}

.content .item-icon {
    float: left;
    width: 100px;
    height: 100px;
    margin: 0px 10px;
    border: solid 1px #ccc;
    overflow: hidden;
}

    .content .item-icon img {
        width: 100px;
        height: auto;
    }

.content .item-cnt {
    overflow: hidden;
    height: 100px;
}

    .content .item-cnt p {
        margin-top: 5px;
        line-height: 20px;
    }

.mask {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2000;
    filter: alpha(opacity=50); /* IE */
    -moz-opacity: 0.5; /* 老版Mozilla */
    -khtml-opacity: 0.5; /* 老版Safari */
    opacity: 0.5; /* 支持opacity的浏览器*/
    background-color: #808080;
}

#detail {
    display: none;
    position: absolute;
    top: 100px;
    background-color: #efefef;
    border: solid 1px #808080;
    width: 80%;
    left: 10%;
    z-index: 20000;
    margin-bottom: 20px;
}

#detailLegend {
    height: 42px;
    line-height: 42px;
    color: #fff;
    background: #544959 url(../Images/model-t.png) no-repeat left top;
}

    #detailLegend span {
        cursor: pointer;
    }

        #detailLegend span.detail-view {
            margin-left: 60px;
        }

        #detailLegend span.img-view {
            margin-left: 20px;
        }

        #detailLegend span.close-detail {
            position: absolute;
            top: 10px;
            right: 10px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            width: 20px;
            font-size: 15px;
            font-weight: 800;
            background-color: #E83564;
        }

#detailContent, #detailImgBig {
    padding: 20px;
    line-height: 25px;
    min-height:240px;
}

#detailImgBig {
    display: none;
}

#detailContent h1, #detailContent h2 {
    text-align: center;
    margin-bottom: 5px;
}

#detailContent p.ptime {
    text-align: center;
    color: #f00;
    margin-bottom: 20px;
}
.grid_bottom_line td {
    border-bottom:dotted 1px #81cbfc;
    height:30px;
}

.imgBox img{
 float:left;
 overflow:hidden;
}
/* CSS Document */
.infopic{ width:100%; height:200px; position:relative; overflow:hidden; margin:15px auto;}
.piclist{ height:200px; position:absolute; top:0; left:0;width:20000px;}
.piclist li{ height:200px; margin-right:15px; float:left; overflow:hidden;}
.piclist li img{ height:200px;}

.pic_prev,.pic_next{ width:30px; height:50px; background:url(../images/icon.png) no-repeat; position:absolute; top:75px; cursor:pointer;}
.pic_prev{ background-position:0 0; left:0;}
.pic_next{ background-position:0 -60px; right:0;}</pre></body></html>